Manage the case category translations.
Name | Type | Is Mandatory |
---|---|---|
VoucherCategoryTranslationId | String | |
VoucherCategoryId | Int16 | |
LanguageId | String | |
Label | String | |
Language | Language | |
VoucherCategory | VoucherCategory |
Select all VoucherCategoryTranslations
https://customerapi.fts-crm360.com/data/VoucherCategoryTranslations()
HttpMethod : GET
Json Result :
[
{
"VoucherCategoryTranslationId" : "043G26",
"VoucherCategoryId" : "5",
"LanguageId" : "i sFvTtRN6WEU4",
"Label" : "xfMUwl2s"
},
{
"VoucherCategoryTranslationId" : "AMXON pW8I7J4E gTR",
"VoucherCategoryId" : "5",
"LanguageId" : "kWy7sGmpmuCqt Eh6eD",
"Label" : "Q GL7C2 Xz"
},
...
]
Select VoucherCategoryTranslation by Id
https://customerapi.fts-crm360.com/data/VoucherCategoryTranslations('string key')
HttpMethod : GET
Json Result :
{
"VoucherCategoryTranslationId" : "TZtSp gFN",
"VoucherCategoryId" : "7",
"LanguageId" : "ERbE Sk",
"Label" : "EukPl pP"
}